home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / mint96sb.zoo / doc / bugs < prev    next >
Text File  |  1992-10-07  |  2KB  |  35 lines

  1. MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST
  2.  
  3. Copyright 1990,1991,1992 Eric R. Smith. All rights reserved. See the file
  4. "copying" for conditions of redistribution.
  5. ========================================================================
  6.  
  7. Terminals connected to the MODEMx or MIDI ports don't act like the console
  8. terminal; special characters (e.g. ^C or ^Z) are not always interpreted.
  9. Moreover, Fselect on serial devices doesn't work (specifically, if no
  10. timeout is given for the Fselect, and no data is available on the serial
  11. device, the Fselect will hang forever).
  12.  
  13. Files with null names won't show up in Fsfirst/Fsnext.
  14.  
  15. The date and time are not necessarily correct for volume labels created under
  16. MiNT.
  17.  
  18. Only the TOS file system checks in Fdelete for the read-only bit of a file.
  19.  
  20. If more than 999 pipes are created at once, the system will hang.
  21.  
  22. A symbolic link to file '\FOO' will always point to the file "FOO" in the
  23. directory of the current drive of the reading process, *not* the root of the
  24. drive the link is located on. If an explicit drive letter is given (e.g.
  25. A:\FOO) the link will work correctly.
  26.  
  27. Only the first process to Fselect() on a device will be woken up when data
  28. arrives for the device. (This could be called a feature??)
  29.  
  30. With toswin installed: put a write protected floppy in the drive. Run gulam.
  31. Do something that writes to the drive. When the critical error handler comes
  32. up, type some letters (e.g. "hi ") before hitting return or clicking a button.
  33. Result: a crash or hang up. This could be a bug in MiNT, or in GEM, or in
  34. toswin, or gulam, or all 4.
  35.